home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-23 | 2.4 KB | 82 lines | [TEXT/R*ch] |
- PopUpFuncs Change History
- -------------------------
-
- Version 2.3.7 (6/23/93)
-
- • added a parser for General Magic
-
- • changed address information in many places to reflect my move to Cupertino
-
-
- Version 2.3.6 (9/15/92)
-
- • pascal parser has better indenting when variables are named 'object'.
-
- • fixes MPW (v3.3a14) flakey behaviour. (that's what the 'a' means).
-
- • all parsers now automatically return when EOF is reached. No more hangs!
-
- • semicolons are (once again) allowed in a C function's parameter list.
-
- Version 2.3.5 (7/31/92)
-
- • tests for CQD before calling GetMaxDevice(). (Bug added in 2.3.4).
-
- • resized the b/w picture to be the same size as the color picture.
-
- • updated the installer to install into Sade.
-
- Version 2.3.4 (7/26/92)
-
- • added a check to neither draw nor hit-test in a dialog window.
-
- • fixed a bug in MPW that caused PUF to hang on files with sizes that
- were near multiples of the internal parsing buffer size.
-
- • fixed a dereference through nil when disposing a window with
- a nil titlehandle. (Like the notification window that a file server
- had shut down).
-
- • the about dialog dismisses itself on a mouseup, not a mousedown.
-
- • the red dot in the titlebar isn't so affected by changes to the monitor's
- depth setting.
-
- • for mpw, doesn't try to reuse the cached parser results. will reparse
- everytime. this is due to the mpw shell breaking their own use of the
- file modification flag in 3.2.2
-
- • the assembly parser's feature of showing local labels only if they are
- inside the current procedure's body is disabled if the menu will be short
- enough.
-
- • "pragma" is more forgiving about what characters it allows.
-
- Version 2.3.3 (7/5/92)
-
- • fixed a bug in the sort-by-position routine. files longer than 2^15
- characters were not getting sorted properly.
-
- • removed the ThinkC-Window-Width-Setter xpop from the distribution set.
- Too incomplete and undocumented to foist upon the unsuspecting.
-
- Version 2.3.2 (6/17/92)
-
- • fixed the bug in the comment tool that was introduced when adding
- asm support
-
- Version 2.3.1 (6/15/92)
-
- • "#if-#endif" starting on first line of file works.
-
- • assembly parser only shows those local labels inside the current
- proc. greatly reduces length of menu on long asm files.
-
- Version 2.3 (6/10/92)
-
- • this change file started
-
- • assembly parser added
-
- • configuration resources added, file suffix and assembly parser behavior
-